home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / tcprogud.sit / TC Prog Guide / card_14229.txt < prev    next >
Text File  |  1991-02-27  |  474b  |  17 lines

  1. -- card: 14229 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4755
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 4
  9. ----- text -----
  10.     main()
  11.  
  12. Execution of a C program always begins with the function named MAIN.  (This function, too, may have arguments passed to it.  On UNIX systems the command line provides these arguments, and this is simulated with TC's ccommand() library function.)
  13.  
  14.  
  15. -- part contents for background part 7
  16. ----- text -----
  17. 33